From e557e1782931246dc345e29cbd9c56e49f5c612d Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Thu, 8 Feb 2024 14:30:53 +0100 Subject: [PATCH] house-keeping: workflow improvements pass tests when Weblate PR only adds an i18n --- .github/workflows/formal.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/formal.yml b/.github/workflows/formal.yml index 3bd8d37f23..7ad34ca2d2 100644 --- a/.github/workflows/formal.yml +++ b/.github/workflows/formal.yml @@ -61,6 +61,8 @@ jobs: success "Commit subject line seems ok ($subject)" elif echo "$subject" | grep -iq '^Translated using Weblate.*'; then success "Weblate commit subject line exception OK: $subject" + elif echo "$subject" | grep -iq '^Added translation using Weblate.*'; then + success "Weblate commit subject line exception OK: $subject" else err "Commit subject line MUST start with ': ' ($subject)" RET=1 -- 2.30.2